home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / UDSV32.INC < prev    next >
Text File  |  1994-03-28  |  695b  |  35 lines

  1. ; UDS V.3224/V.3225 (V.32)
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F
  8. ;       ATS7=60
  9. ;       AT&C1&D2&R&T5%C1\Q3\V1&W
  10. ;
  11. ; NOTES: Set ALL dialing directory entries to 19200 baud
  12.  
  13. Baud          19200
  14. Parity        N
  15. WordLen       8
  16. StopBits      1
  17.  
  18. XonXoff       BOTH
  19. CtsRts        BOTH
  20. MatchBaud     FALSE
  21.  
  22. ModemInitStrg ATZ^M
  23. ModemDialStrg ATDT
  24. ModemDialSufx ^M
  25. ModemHangStrg ;
  26. DTRHangup     TRUE
  27.  
  28. Connect       CONNECT,19200
  29.  
  30. NoConnect     NO_DIAL_TONE
  31. NoConnect     NO_CARRIER
  32. NoConnect     BUSY
  33. NoConnect     VOICE
  34.  
  35.